Carbon


FindFolderEx

Header: Folders.h Carbon status: Unsupported

OSErr FindFolderEx (
    SInt16 vRefNum, 
    OSType folderType, 
    Boolean createFolder, 
    SInt16 *foundVRefNum, 
    SInt32 *foundDirID, 
    char *foundFolder
);
function result

A result code.

CARBON NOTES

Unix-specific call. You can use the usual FindFolder function (which supports UFS) in Carbon.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)